Version

IAggregator<TResult,TCache,TInput> Interface

Represents an aggregator which operates over given items source with specific types of the result, cache and input values.
Syntax
'Declaration
 
Public Interface IAggregator
    (Of TResult,TCache,TInput) 
   Inherits IAggregator 
public interface IAggregator<TResult,TCache,TInput> : IAggregator  
Type Parameters
TResult
The type of the result.
TCache
The type of the cache.
TInput
The type of the input.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also